svn path=/trunk/; revision=19093
+2007-11-30 Matthias Clasen <mclasen@redhat.com>
+
+ * gkt/question-index.sgml: Correct a typo. (#500686,
+ David Lambert)
+
2007-11-26 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkaboutdialog.sgml: Add note about hook setup
colormap = gdk_screen_get_rgba_colormap (screen);
if (!colormap)
- colormap = gtk_screen_get_rgb_colormap (screen);
+ colormap = gdk_screen_get_rgb_colormap (screen);
gtk_widget_set_colormap (widget, colormap);
</programlisting></informalexample>